Developer Documentation
PATH  Mac OS X Documentation > Cocoa > Application Design for Scripting, Documents, and Undo


Previous | Chapter contents | Next | Book PDF

Coming Features

Recordability--the capability of an application to record user actions in a script--is still under investigation, but is likely to work in a way similar to undo (see "Undo and Redo " for details). The current proposal is that approximately in the same places that you register an action name with the undo manager for a user-initiated action, you also construct a script command which represents the action to be recorded.

The ability to script other applications directly from your application is under investigation. Eventually you should be able to execute script commands or even whole scripts directly from your application that script your application, other applications, or a combination of the two.


Application Design for Scripting, Documents, and Undo

Previous | Chapter contents | Next | Book PDF